home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
util
/
boot
/
slowresetv1_45.lha
/
slowreset
/
Reset.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-09-13
|
251b
|
15 lines
/* Example for an ARexx script
Please remember: SlowReset executes an ARexx script only after a
hotkey reset!
*/
/* Disable PowerCache */
if show(ports,'POWERCACHE') then do
address 'POWERCACHE'
'DISABLECACHES'
end